cycle stealing - traduction vers arabe
Diclib.com
Dictionnaire ChatGPT
Entrez un mot ou une phrase dans n'importe quelle langue 👆
Langue:     

Traduction et analyse de mots par intelligence artificielle ChatGPT

Sur cette page, vous pouvez obtenir une analyse détaillée d'un mot ou d'une phrase, réalisée à l'aide de la meilleure technologie d'intelligence artificielle à ce jour:

  • comment le mot est utilisé
  • fréquence d'utilisation
  • il est utilisé plus souvent dans le discours oral ou écrit
  • options de traduction de mots
  • exemples d'utilisation (plusieurs phrases avec traduction)
  • étymologie

cycle stealing - traduction vers arabe

METHOD OF ACCESSING COMPUTER MEMORY (RAM) OR BUS WITHOUT INTERFERING WITH THE CPU
Stealing cycles

cycle stealing         
‎ اِسْتِلابُ الدَّوْرَةِ‎
cycle stealing         
اختطاف الدورة
KLEPTOMANIA         
  • Portrait of a kleptomaniac, Théodore Géricault, 1820, [[Museum of Fine Arts, Ghent]]
INABILITY TO RESIST THE URGE TO STEAL
Kleptomaniac; Cleptomania; Kleptomanic; Pathological stealing; Comorbidities of kleptomania; Kelptomaniac; Stealing addiction; Compulsive stealing

ألاسم

جُنُونُ السَّرِقَة ; دَغَر

Définition

Otto cycle
·add. ·- A four-stroke cycle for internal-combustion engines consisting of the following operations: First stroke, suction into cylinder of explosive charge, as of gas and air; second stroke, compression, ignition, and explosion of this charge; third stroke (the working stroke), expansion of the gases; fourth stroke, expulsion of the products of combustion from the cylinder. This is the cycle invented by Beau de Rochas in 1862 and applied by Dr. Otto in 1877 in the Otto-Crossley gas engine, the first commercially successful internal-combustion engine made.

Wikipédia

Cycle stealing

In computing, traditionally cycle stealing is a method of accessing computer memory (RAM) or bus without interfering with the CPU. It is similar to direct memory access (DMA) for allowing I/O controllers to read or write RAM without CPU intervention. Clever exploitation of specific CPU or bus timings can permit the CPU to run at full speed without any delay if external devices access memory not actively participating in the CPU's current activity and complete the operations before any possible CPU conflict.

Cycle stealing was common in older platforms, first on supercomputers which used complex systems to time their memory access, and later on early microcomputers where cycle stealing was used both for peripherals as well as display drivers. It is more difficult to implement in modern platforms because there are often several layers of memory running at different speeds, and access is often mediated by the memory management unit. In the cases where the functionality is needed, modern systems often use dual-port RAM which allows access by two systems, but this tends to be expensive.

In older references, the term is also used to describe traditional DMA systems where the CPU stops during memory transfers. In this case the device is stealing cycles from the CPU, so it is the opposite sense of the more modern usage.

In the smaller models of the IBM System/360 and System/370, the control store contains microcode for both the processor architecture and the channel architecture. When a channel needs service, the hardware steals cycles from the CPU microcode in order to run the channel microcode.